Codechef doesn't support SortedContainers!

In few problems we could require a data structure which supports insertion and deletion in sorted manner in lesser time. While this is easier to perform in CPP using OrderedSet and OrderedMultiSet, but in python its only possible using library named ‘SortedContainers’, but it is not supported in codechef.
Do anyone know why or have solution for it ?