Here's a Placemark feature that was spawned out of user feedback and has been a real game-changer: folders.

Folders are everywhere: in your computer's operating system, in some email clients, in many photo-editing tools, and more. But many map editing tools don't have them.
This is partly an artifact of history. Older geospatial formats are extremely limited in what they can do. Popular formats like ESRI Shapefile and GeoJSON doesn't support folders.
In fact, the only common geospatial format that supports folders is KML. Targeting great KML support is part of the reason why Placemark supports folders, but it isn't the only one.
Folders are just really useful.
Often to make a map, you're going to import multiple files. Placemark supports importing a lot of different file formats, and there's a lot of map data you can find on the map, just by searching for, say, "DC Metro Stations KML." But you don't want to just combine all of those files into the same mess of map data. With folders, you can keep different datasets separate while editing them as one map.
Here's an example with DC Metro stations. Metro Lines are in one folder, Metro Stations are in another. I was cropping the lines to show just a few segments of Metro access in DC. With folders, I could cross-reference the Metro stations but only export the edited lines.

Plus, you can nest folders. Here's that same "metro map" concept expanded to multiple cities - I created a DC folder using the "Add folder" icon on the left side, and a San Francisco folder for Muni data.

When I go to export, I can choose to just export the SF data, DC data, all of the data, or some subset. If I export to KML, the folder structure is preserved - otherwise features in nested folders are flattened.

You can also lock and hide folders, using the Lock & Eye icons next to them. This is super useful if, for example, you're using a map of districts or regions as a reference point to edit other data and you don’t want to accidentally select the underlying data.

A standard for folders in JSON
What we're doing with folders is a bit new, but following Placemark's philosophy of building with open source and contributing back, we've published a proposed standard for representing geospatial data in a GeoJSON-like format, but with folders, called geojson-folders. The discussion on that format will run for a while before there's a 1.0 release of the specification, which will also work out of the box with Placemark's open-sourced format converters, toGeoJSON and tokml.
Start mapping with folders!
Sign up for a Placemark account and start using folders today!