1 The account model not requiring much space as the UTXO model is beneficial since less space per TX can decrease block(chain) size, allow more TXs per second per block, faster processing time & cheaper TX fees, higher throughput, improved scalability, while requiring less storage saves block space for other things, increase storage efficiency, and finally consume less computing power & hardware resources on nodes in blockchain network.
2 The account model is not as great as UTXO model for privacy since anonymity is not possible. You can follow every TX and note a mere balance change, allowing instant traceability as you can only send to one address at a time. Thus, you can see the exact amount transferred and destination address. In fact, you can easily track all TX history. Unlike the UTXO model where you can do multiple TXs to multiple addresses (including yourself) at the same time without showing how much funds were allocated to each address, making the process of tracing all the various outputs a lot more complex.