'Sets in STL of C++

I have been reading about set container from cplusplus.com, But I didn't understood what does the following line mean by ' direct iteration on subsets based on their order ' ?

Set containers are generally slower than unordered_set containers to access individual elements by their key, but they allow the direct iteration on subsets based on their order.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source