It depends... if your database or subsystem has a lot of tables and/or columns (a lot means a few thousand), I would consider system tables for reorg. Especially if you have page locks, it can be beneficial.
If the schema doesn't change or doesn't change significantly, it should be a one-time task only.