I found that I have many unconfirmed transactions from years ago.
Probably those transactions are dropped.
I fix the report by adding 3 additional columns
H =IF(A2,IF(C2="Payment to yourself",0,1),0)
I =I3+H2*F2
J =J1-H2*F2
And filling J1 with current balance.
Now summary differs only by 0.001%
I thought it is because of rounding on calculations (it is libre office) so I multiplied all amounts by 100000000.
But still the is the same difference.