no
But good at outing yourself for not knowing how modern computers actually work
EFI is the replacement for BIOS. BIOS is a legacy technology that dates as far back as the early 8086 days. it was basic firmware that was required to enable and manage devices and hardware.
That has been replaced in modern computing. Apple too has moved their devices from BIOS based to UEFI (A deritivitive of EFI with more lock down capabilities).
What EFI allows for is the controlling of hardware and hardware initialization to be moved from the BIOS and firmware, to the Operating system.
This has dramatic performance improvements as it no longer needs to rely on the slow and extremely outdated BIOS technologies, which tend to add 5-15 seconds (and even longer on older machines) to the boot time, just for the BIOS to initialize everything
By moving to EFI and software based hardware startup and configuration. the PC can leverage the actual performance benefits of modern CPU and hardware architecture, including extremely fast boot times.
The problem is, Most people who build their own comptuers likely don't pay attention to this and just leave it on the default, which I believe for some *
explicable reason is still BIOS boot.
Further reading if you actually care to learn:
https://en.wikipedia.org/wiki/Unified_Extensible_Firmware_Interface