I understand that a dictionary is not an ordered collection and one should not depend on the order of insertion and retrieval in a dictionary.
However, this is what
It is by design that the Dictionary
If you have the need to retrieve items in a specific order, you should take a look at the Sorted Dictionary