1. The account model doesn’t require much space as the UTXO model, why is that a benefit?
More space on each block to put transactions on the blockchain which would reduce fees and speed. Every transaction is smaller to execute compared to UTXO model.
2. How is the account model not as great as the UTXO model for privacy?
Account model is public and so are the balances. Can’t send funds to yourself.