This is about to improve Redfish performance. This task focus on "7.13 Deep operations" in Redfish specification.
While BIOS provisions collection resource, BIOS has to do POST one by one. Redfish support deep operations and BIOS can POST all data together. Like #47, BIOS has to check attribute "ProtocolFeaturesSupported" and see if BMC support this operation or not.
This can save time while there are a lot  of boot options in system and BIOS has to provision them to BootOptions resource.