What are the performance implications of not using UBOs on Mobile for GPU Scene

I was reading unreal engine 5.4’s release notes and it mentioned that on mobile when GPU scene is enabled, UBOs will be used. It mentioned that if UBO support is not present it will fall back on using the PC GPU scene.

I wanted to know what the performance implications of not using UBOs would be on mobile such that the PC GPU scene is used.