fix(bal): use Self::new() in Alloy type conversions to ensure sorted writes
Use Self::new() instead of direct struct initialization in From/TryFrom
implementations for Alloy types. This ensures writes are always sorted,
which is required for correct behavior of BalWrites::get() method.