Sending more than 50 Tokens in one Transaction

Dear Community,
I have a problem regarding this subject. I can’t send more than 50 tokens in one transaction with the cardano-cli, but with Daedalus. Does Daedalus splits up the transactions?

When i try this i get the following error (with cli):
(UtxowFailure (UtxoFailure (ValueNotConservedUTxO(xxx..
The werid thing is this works with single tokens with no problems.

I already made some reveng and found out that after calculating the fee with the cardano-cli and then subtracting it with
txInfo.txOut[0].amount.lovelace -= fee and
again building the raw transaction with that information, the total amount of Lovelace in the tx-in and tx-out is not equal any more (thus, the error). Why does it not work like expected with large amounts of tokens?

Any help would be appreciated, thanks in advantage.