This trait not being implemented forces users to use a normal HashMap in places where many would seriously prefer to use a linked one. An example of this can be seen below

The dataset here has keys that change on every request, and not being able to iterate through it sequentially is a massive pain