@mv2devnull
Since LBA is a logical block address there isn't a physical logical block address.

It's just an LBA offset, but it works exactly as you described.
The desired result with most any file system using 4K allocation blocks, is a filesystem allocation block directly corresponds to the underlying 4K physical sector (despite requiring eight 512 byte LBA's to describe this relationship).
The jumper offset is for single partition disks only, and should only be used with the XP partitioning tool (or older tools that start the first partition at LBA 63).
And I also prefer not depending on jumpers. A modern tool will use a starting sector of 2048, leaving a lot more padding between the MBR and the first partition. Not terribly important but can be useful if the disk is repurposed for Linux since that MBR gap is used for one of the bootloader stages.