OrderedDict = you can choose and manipulate the order
Normal dict = insertion order only (since some python version)
Haven't looked into why they need key ordering here though.
Normal dict = insertion order only (since some python version)
Haven't looked into why they need key ordering here though.