I have several tables with more than 1000 pages and fragmentation above 30% and commonly around 90%.
----
Edit: Thanks for the comments.
It boils down to this - if a table is not being used in a relational context, what are the benefits of putting a clustered index on the table?
I know it can save space, since it can now be defragged. Anything else?
Developers claim it is rarely queried and wouldn't benefit from an index.