Synchronous interfaces should arguably never be relied upon in production code, as they block the underlying Tokio runtime and can potentially cause huge performance problems. Once no one relies on the synchronous API anymore, we should remove it.
Blocked by https://github.com/Sovereign-Labs/sovereign-sdk-wip/issues/258.