Is your feature request related to a problem? Please describe.
There's no such type of collection by default in JS.
Describe the solution you'd like
An implementation very similar to Smalltalk's SortedCollection, where the sort criteria can be specified as a two-arg lambda that keeps the items in order.