1. The account model doesn’t require much space as the UTXO model, why is that a benefit? When a tx takes less space more tx’s can be mined, they can be put in a block without reaching its block limit which ends up helping with scalability and data storage issues (more tx per block).
2. How is the account model not as great as the UTXO model for privacy? We cant do one transaction with multiple outputs, because there are no outputs, in bitcoin we can create a tx that we can send some of the money to the specific destination while the rest we send ourselves.