IIRC, sort-segment space allocated in the temporary tablespace is not freed until the database is restarted.

This means that if there were some heavy sorts involved in, for example, building indexes as part of a data load, that the sort segment will not be freed up once the processing is complete. A 'bounce' of the database might sort the temp. tablespace out.