The Extensible Firmware Interface (EFI),console used by Mac on Intel is arguably misreporting that GUID Partitioning Table (GPT) storage partition as an MS-DOS partition. It’s not. It’s a FAT-32 partition, and not centrally related to MS-DOS.
That FAT-32 reference is also arguably misreported, as it’s actually FAT-28 and not FAT-32, but that nomenclature choice is on Microsoft and not Intel EFI.
Happy to discuss details of GPT, MBR, FAT, and related too, having worked on operating system code dependent on EFI for booting, and for system maintenance tasks. Including some ugliness intended to allow platform coexistence.
But as for this question more generally, and as others have stated, it’s normal and expected. And yes, EFI is weird.
Apple: Technical Note TN2166: Secrets of the GPT (the volume partitioning scheme used here)
Intel: https://www.intel.com/content/dam/doc/product-specification/efi-v1-10-specification.pdf (the console)