Add `OrderedSet` to stdlib

That would only be the case if the set implementation didn’t resize the hashtable.

(Excuse me for the spam, the previous reply had too much flaws…)

Excuse my ignorance, probably I’m asking a stupid question: can’t the existing algorithms of set be adapted to be used on a structure similar to the current compact dict structure? And why using a wrapper instead of a new struct?