When you go to download https://dotnet.microsoft.com/en-us/download/dotnet/6.0 the latest version of the Net SDK (for example 6.0.14) you get the option to download 6.0.406, 6.0.309, and 6.0.114.
According to How the .Net Runtime SDK is versioned page the last increment means patch a combination of MINOR and PATCH.
If it's a patch why does it have different versions? Shouldn't 406 include everything patched also in 309 and 114?
What does the last number really mean? How do I know which one of them I should take?