Vitaly Bruk works through an issue:
High allocated unused space is storage assigned to a SQL Server table that isn’t used. This condition often indicates internal fragmentation. Free space is present within allocated pages. Such fragmentation leads to inefficient storage and can degrade database performance.
Read on for an explanation of the issue, followed by a real-world situation whose ultimate cause was bulk insert operations.