It's completely the other way around. OpenCore can give extra protection to the Mac Pro's BootROM (e.g. stop Windows to write that digital cert to corrupt your BootROM), but not write anything into it.
OpenCore is a boot loader. You can think that it is a mini OS, which small enough to be installed onto the EFI partition (a partition on the hard drive, not BootROM). Then the cMP can boot to it.
Then OpenCore allow the cMP to further boot to another OS, even some unsupported OS. e.g. In this case, Monterey on cMP.
The reason why OpenCore is boot screen related because few years back, it is the very first software that allow cMP to utilise the GOP driver to display boot screen. You can imagine this mini OS has a GPU driver for pretty much any modern GPU to display on the cMP. However, this is NOT the original function / intention of the OpenCore team to develope OpenCore. OpenCore is a boot loader, not GPU activator.
Then about 2 months ago, OpenCore developers further provide us the EnableGop driver, which allow us to inject that into the cMP BootROM. So that, even no OpenCore installed, the cMP can still show boot screen. This is more like a side project. The OpenCore developers are so kind to provide this tool to us. It's completely the users to choice to flash the cMP or not, regardless OpenCore is installed or not.
If you want to run unsupported OS on the cMP, you have to either patch the OS system files, or use boot loader. IMO, use boot loader and avoid patching is better.
1) Better security. OpenCore is an open source software, you can check all the codes to see if anything harmful inside. Even you don't have this skill, but many many people have, especially those OpenCore hater. But so far, no one find any prove that OpenCore is harmful to cMP.
And keep all OS system files unpatched should be the most secure.
2) Easier for OS update. Without boot loader, you must patch the system files for unsupported OS to run on cMP. Which means, every OS update breaks the system, and you have to patch it again. And hopefully the same way to patch the system files still works.
With boot loader, as long as the cMP can run the OS unpatched, you can update macOS with the native way, then your cMP can boot to the updated OS. No need to worry about patching.
Anyway, if you want to run Ventura on cMP now. There is no other choice but use OCLP (OpenCore + patching). I personally won't recommend people to go Ventura on cMP yet, unless they absolutely know what they are doing, and what's the possible issue. And how to recover from there, etc...