The absence of a clustered index implies a completely different storage model for the table, namely the heap table. I suspect that the Azure SQL team simply did not do this, and therefore the tables should be stored in the βnormalβ way.
This article describes some of the pros and cons of heap tables and clustered tables.
source share