What's the use case for ordered publications in DDP?

What’s the use case for addedBefore and movedBefore? (Once the client has the data it can order the collections however it wants)

I don’t know the specifics with javascript but some languages have specific utilities for sorted sets/lists where you can access by the index and gain significant performance advantage along with the type safety of the original message stream.

So it may make sense for DDP client development in the general sense.