I always configure SYS with the default tablespace of SYSTEM and temporary tablespace as TEMP. SYSTEM usually has a default tablespace of TOOLS and temporary tablespace as TEMP.

The reason I do this is because I have some tools that create tables on the fly as system. I don't want those tables in the system tablespace.