Welcome to the forum!
Moini (or other members) are probably better qualified to investigate your issues in the SVG file, than I am. (This will be the first time I've opened an AI file in Inkscape.) But I thought I'd add a couple of generalized info, that might help, that you can look into, while you're waiting
Did you find File menu > Clean Up Document? That will get rid of any leftover data in the file, which is not required to display the image. So if there is leftove data (defs) it can help to reduce the file size. (Unless you know what you're looking for, it's hard to know whether it would help to use it or not. But it's easy enough to try it. If you make sure nothing is selected when you click, the status bar will tell you how may defs were removed. (If something is selected, the status bar is still telling what is selected.)
It sounds like your main concern is file sizes. If that correct? Actually, it's an interesting question - should an exported PNG be the same size (or nearly so) as the SVG file? I'm thinking, except for the simplest of files, that's probaly not a reasonable expectation. For example, if you had an embedded raster image, that will make the SVG file larger (relatively a lot larger) optimized or not, although optimized will keep the size smaller than not.
(And I did another test, with a file having a large number of nodes, which is another circumstance that can make file sizes larger (SVG files). In this test, I found the exported PNGs were larger than the SVGs. I would have expected the PNG to be smaller.
For the question about metadata, if you know the proper code to use, you could open the SVG file in a text editor, and add the metadata that way. But again, you'd have to already know which tags to use, and how to use them.
This probably would not affect the file size, but just for a nice, clean, conservative file, I would ungroup everything. (For example, every object and every letter is a Group of 1. And then they're all clipped to the page size, which I think is a result of the conversion of opening AI file, rather than serving a purpose in the drawing. And then it's all grouped again.) Anyway, here's what I would do:
-- Select All,
-- Click Ungroup button until status bar says "No groups to ungroup" (about 3 or 4 times - just watch the status bar)
-- Object menu > Group (or use Group button or key shortcut)
So then instead of so many nested groups (groups of groups of groups), everything is in one group. And really, I might not even perform that last group that I suggested. I might just leave everything ungrouped.
I hope some of that helps