Both Standard tiers and Premium tiers use a technology called Azure Premium storage, which is eventually backed by SSD. On Standard tiers, the storage is remote from the SQL Server instance processing user requests. On Premium tiers, the SSD storage is local.
There are mainly two benefits. First, latency is sub-ms for local reads compared to muli-ms for reads from XIO. Second, SSD supports higher IO throughput. Best regards.