See CKB RPC, some RPC methods support verbosity = 0:
When verbosity is 0, it returns a 0x-prefixed hex string as the result. The string encodes the block serialized by molecule using schema table Block.
It should avoid extra JSON serialization and deserialization costs. Whether molecule deserialization will incur additional costs should be tested.