Adding sortedcontainers package into the standard library?

Although, many people coming from other languages just assume a container such as dict is key-sorted, and not insertion-sorted. That leads to a bunch of subtle bugs which we could avoid if a sorted container module had more visibility in python, via being a part of stdlib for instance.